/* ====== TOP BAR ====== */
.em-topbar {
  background: rgb(46, 199, 194);
  color: rgba(255, 255, 255, 1);
  padding: 14px 10px;
  text-align: center;
  font-family: raleway;
}

.em-topbar-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.em-topbar-line2 {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.em-topbar-line1 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.fk-cc-id-bfvjlz9G6UoH {
  height: 343px;
  width: 100%;
  max-width: 100%;
}

.fk-cc-id-uKCkkfLSpCg8 {
  height: 343px;
  width: 100%;
  max-width: 100%;
}

.fk-cc-id-ACoJJoF2yCJV {
  height: 343px;
  width: 100%;
  max-width: 100%;
}

#cc-id-YUEBt9DBfbew {
  padding: 1px;
  font-size: 20px;
  font-family: Helvetica, serif;
}

#cc-id-qywfAmkQ7AjK {
  padding: 1px;
  font-size: 20px;
  font-family: Helvetica, serif;
}

#cc-id-SoICo9XCndNx {
  color: black;
}

#cc-id-SeyYIJtPq0un {
  color: black;
}

.text-decoration-red {
  text-decoration-color: red;
}

#cc-id-kDRh8OfDSTZm {
  color: black;
}

#cc-id-3YKanQn0MxOZ {
  color: rgba(0, 0, 238, 1);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-family: Helvetica, serif;
  cursor: pointer;
}

#cc-id-uczOiUjK3D17 {
  background-color: rgb(249, 249, 249);
  padding-top: 20px;
  padding-bottom: 20px;
}

#cc-id-wI5hIAnkR2iY {
  height: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#cc-id-lAtbSvmoD8Sx {
  color: black;
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}

#cc-id-ir46lY0zSezj {
  opacity: 0.9;
  font-size: 16px;
  font-family: montserrat;
  margin-bottom: 15px;
  text-align: center;
}

#cc-id-E5aZXoyc9vPy {
  opacity: 0.9;
  font-size: 16px;
  font-family: montserrat;
  margin-bottom: 5px;
  text-align: center;
}

#em-wrap {
  padding: 24px 14px 40px;
  background: rgba(255, 255, 255, 1);
}

/* Remove black outline / focus ring on overlay button */
#em-wrap,
#em-card,
#em-topbar,
#em-note {
  font-family: Raleway, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}

#em-card {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(246, 246, 246, 1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#em-note {
  padding: 18px 18px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(17, 17, 17, 1);
}

#em-note-strong {
  color: rgba(239, 28, 28, 1);
  font-weight: 900;
}

#cc-id-aG1DI2ChGlJB {
  display: block;
  width: 100%;
  height: auto;
}

#em-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

#em-overlay {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  inset: 0;
  border: 0;
  padding: 10px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#em-overlay:focus,
#em-overlay:focus-visible,
#em-overlay:active {
  outline: none !important;
  box-shadow: none !important;
}

#em-video-wrap {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
}

#em-video {
  width: auto !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  background: transparent !important;
  margin: 0px auto;
}

#em-overlay[aria-hidden="true"] {
  display: none !important;
}

.overlay {
  position: absolute;
  background: rgba(109, 158, 37, 0.9);
  color: white;
  padding: 30px 40px;
  border-radius: 6px;
  text-align: center;
  z-index: 2;
}

.overlay h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.overlay svg {
  width: 60px;
  height: 60px;
  margin: 10px 0px;
}

.overlay p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
}

.blink {
  opacity: 0;
  animation: 1.8s ease 0s infinite normal none running blinkAnim;
}

.blink:nth-child(1) {
  animation-delay: 0s;
}

.blink:nth-child(2) {
  animation-delay: 0.3s;
}

.blink:nth-child(3) {
  animation-delay: 0.6s;
}

#overlay {
  background-color: rgba(45, 200, 194, 0.67);
  border-style: solid;
  height: 225px;
  width: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0px;
}

#cc-id-jF6oKFlPK6Ja {
  height: auto;
  width: auto;
  font-size: 20px;
  font-family: raleway;
}

#cc-id-x9tbTqG3CMEb {
  height: auto;
  width: auto;
  margin-left: 0px;
}

#cc-id-eJ96S7jKzP5e {
  height: auto;
  width: auto;
  font-size: 20px;
  font-family: raleway;
}

#rowoffer-wrap {
  padding: 40px 0px;
  background: linear-gradient(152deg,
      rgb(240, 255, 254) 20.31%,
      rgb(250, 251, 255) 50%,
      rgb(252, 244, 255) 83.85%);
}

#heading-offer {
  padding: 1px;
  font-size: 44px;
  line-height: 1.3;
  font-family: raleway;
  font-weight: bold;
  color: rgb(45, 200, 194);
  margin-top: 00px;
  margin-bottom: 20px;
}

#link-box {
  padding: 0px 10px;
  max-width: 720px;
  width: 100%;
  margin: 0px auto;
}

#cc-id-qtPNlggxHWOU {
  color: rgba(155, 155, 155, 1);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-family: Raleway, serif;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
  text-decoration-line: underline;
  text-decoration-color: initial;
}

#cards-wrap {
  padding: 20px;
  max-width: 1200px;
  margin: 0px auto 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 25px;
}

#cards-wrap div {
  filter: drop-shadow(rgba(101, 147, 145, 0.1) 0px 4px 60px);
}

#basic-card {
  width: 100%;
  max-width: 390px;
  border-radius: 30px;
  height: auto;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 1);
}

#cc-id-A1SSJezfrKOJ {
  padding: 1px;
  font-size: 26px;
  font-family: montserrat;
  font-weight: bold;
  background-color: rgba(196, 196, 196, 0.96);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1);
}

#cc-id-h8yEtyIZ65dn {
  padding: 1px;
  font-size: 24px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
}

#cc-id-lcDWyIUu1oKn {
  padding: 1px;
  font-size: 20px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 400;
  letter-spacing: 0.3px;
}

#cc-id-ysNwVQrtqjtQ {
  padding: 1px;
  font-size: 20px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgba(227, 89, 144, 1);
  margin-bottom: 15px;
}

#cc-id-jw7rmWAzSMbS {
  color: black;
  width: auto;
  height: 235px;
}

#cc-id-xHEPh9rFe6Ma {
  padding: 00px 20px 0px 20px;
  margin-bottom: 15px;
}

#cc-id-9MEX3sqAeDfX {
  padding: 1px;
  font-size: 30px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

#cc-id-q4XAN3J2cFEQ {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgb(255, 0, 0);
  margin-bottom: 8px;
}

#cc-id-JT2qHQZvToS1 {
  padding-bottom: 10px;
  padding-top: 10px;
}

#cc-id-w5nQSaKLnYZ6 {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 8px;
}

#cc-id-LGXLxqbNjG6D {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 8px;
}

#cc-id-yXLi89HBJ4aW {
  color: black;
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}

#cc-id-eGdINiYuGs6o {
  color: black;
  width: 85%;
  height: auto;
}

#card-bestvalue {
  width: 100%;
  max-width: 390px;
  height: auto;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 186, 9, 1);
  border-style: solid;
  border-width: 3.67px;
  border-radius: 32px 32px 30px 30px;
}

#cc-id-BQNwr9iTiiRw {
  padding: 1px;
  font-size: 24px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
}

#cc-id-qXwlvMrpqoBn {
  padding: 1px;
  font-size: 20px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 400;
  letter-spacing: 0.3px;
}

#cc-id-4yvQRPMLPbEL {
  padding: 1px;
  font-size: 20px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgba(227, 89, 144, 1);
  margin-bottom: 15px;
}

#cc-id-05DmjOgpzVnL {
  padding: 00px 20px 0px 20px;
  margin-bottom: 15px;
}

#cc-id-Ks0gQ0TFigy6 {
  padding: 1px;
  font-size: 30px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

#cc-id-orSJzNeNGRsa {
  padding: 0px 20px;
}

#cc-id-pdoCU3bqYGVg {
  padding-bottom: 10px;
  padding-top: 10px;
}

#cc-id-aKwOyxnPfHLA {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgb(255, 0, 0);
  margin-bottom: 8px;
}

#cc-id-sqasja9TjMq1 {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 8px;
}

#cc-id-Jczlq8jJTxxS {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 8px;
}

#cc-id-OxXtwziRgLfM {
  color: black;
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}

#cc-id-0m7HymsptIBP {
  color: black;
  width: 85%;
  height: auto;
}

#cc-id-1onZziv2BOBN {
  color: black;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

#cc-id-8pfSe7GwXl5d {
  padding: 0px;
  margin-bottom: 15px;
  background-color: rgba(255, 186, 9, 1);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

#cc-id-37z6hMFyM4kj {
  color: black;
  width: auto;
  height: 255px;
}

#card-mostpopular {
  width: 100%;
  max-width: 390px;
  border-radius: 30px;
  height: auto;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 1);
}

#cc-id-Oaf0CAkid1D6 {
  padding: 1px;
  font-size: 26px;
  font-family: montserrat;
  font-weight: bold;
  background-color: rgba(45, 200, 194, 1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1);
}

#cc-id-fz7fPph3bsnJ {
  padding: 1px;
  font-size: 24px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
}

#cc-id-W0xQv6ognTJG {
  padding: 1px;
  font-size: 20px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 400;
  letter-spacing: 0.3px;
}

#cc-id-yVxIU74NurbM {
  padding: 1px;
  font-size: 20px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgba(227, 89, 144, 1);
  margin-bottom: 15px;
}

#cc-id-UJbirrtzdpt8 {
  padding: 00px 20px 0px 20px;
  margin-bottom: 15px;
}

#cc-id-CvwPArYlKA8g {
  color: black;
  width: auto;
  height: 235px;
}

#cc-id-EW9vMhVuReSl {
  padding: 1px;
  font-size: 30px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

#cc-id-QbXrSENM9Blw {
  padding-bottom: 10px;
  padding-top: 10px;
}

#cc-id-oscGYsB236jK {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgb(255, 0, 0);
  margin-bottom: 8px;
}

#cc-id-GAl1Vdvn3XV1 {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 8px;
}

#cc-id-oQQ2kKxCtRTB {
  padding: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-family: montserrat;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 8px;
}

#cc-id-kfrbRsDSoa4H {
  color: black;
  width: 90%;
  height: auto;
  margin-bottom: 10px;
}

#cc-id-c45Uda3uHAlV {
  color: black;
  width: 85%;
  height: auto;
}

.accent-mdd {
  color: rgba(45, 200, 194, 1);
}

.fk-image-defaults {
  width: 150px;
  height: 150px;
  max-width: 100%;
}

#button-bestvalue {
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 1px 60px 1px 60px;
  box-shadow: rgba(231, 116, 162, 0.4) 0px 0px 25px;
  margin: 20px auto;
  font-size: 20px;
  background-color: rgba(231, 116, 162, 1);
  font-weight: bold;
  font-family: montserrat;
  border: 2px solid rgba(231, 116, 162, 1);
  padding: 10px;
  color: white;
}

#button-bestvalue:hover {
  background-color: rgba(231, 116, 162, 1);
  color: white;
}

#button-bestvalue:focus,
#button-bestvalue:focus-visible,
#button-bestvalue:active {
  outline: none !important;
}

#cc-id-xhgxGNvotS1o {
  padding: 0px 20px;
}

#cc-id-2kJlrct4SyKC {
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 1px 60px 1px 60px;
  box-shadow: rgba(231, 116, 162, 0.4) 0px 0px 25px;
  margin: 20px auto;
  font-size: 20px;
  background-color: rgba(231, 116, 162, 1);
  font-weight: bold;
  font-family: montserrat;
  border: 2px solid rgba(231, 116, 162, 1);
  padding: 10px;
  color: white;
}

#cc-id-2kJlrct4SyKC:hover {
  background-color: rgba(231, 116, 162, 1);
  color: white;
}

#cc-id-2kJlrct4SyKC:focus,
#cc-id-2kJlrct4SyKC:focus-visible,
#cc-id-2kJlrct4SyKC:active {
  outline: none !important;
}

#cc-id-lYN2oQ2WcU38 {
  padding: 0px 20px;
}

#cc-id-Le0drMSsDnmX {
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  border-radius: 1px 60px 1px 60px;
  box-shadow: rgba(231, 116, 162, 0.4) 0px 0px 25px;
  margin: 20px auto;
  font-size: 20px;
  background-color: rgba(231, 116, 162, 1);
  font-weight: bold;
  font-family: montserrat;
  border: 2px solid rgba(231, 116, 162, 1);
  padding: 10px;
  color: white;
}

#cc-id-Le0drMSsDnmX:hover {
  background-color: rgba(231, 116, 162, 1);
  color: white;
}

#cc-id-Le0drMSsDnmX:focus,
#cc-id-Le0drMSsDnmX:focus-visible,
#cc-id-Le0drMSsDnmX:active {
  outline: none !important;
}

@media (min-width: 767px) {
  #cc-id-aG1DI2ChGlJB {
    display: none;
  }
}

@media (max-width: 1023px) {
  #cards-wrap {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Force order */
  #card-bestvalue {
    order: 1;
    margin: 0px auto;
  }

  #card-mostpopular {
    order: 2;
    margin: 0px auto;
  }

  #basic-card {
    order: 3;
    margin: 0px auto;
  }
}

@media (max-width: 992px) {
  #em-video-wrap {
    height: 460px;
  }
}

@media (max-width: 768px) {
  #em-banner-img {
    display: none;
  }

  #cc-id-qtPNlggxHWOU {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  #heading-offer {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .em-topbar-line2 {
    font-size: 15px;
  }

  .em-topbar-line1 {
    font-size: 16px;
  }

  #em-video-wrap {
    height: 340px;
  }

  #em-overlay-box {
    width: 226px;
    height: 210px;
  }

  #em-note {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #overlay {
    padding-left: 10px;
    padding-right: 10px;
    width: 226px;
    border-style: solid;
  }
}